{"id":1571,"date":"2024-11-10T11:09:44","date_gmt":"2024-11-10T03:09:44","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1571\/"},"modified":"2024-11-10T11:09:44","modified_gmt":"2024-11-10T03:09:44","slug":"%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e5%a6%82%e4%bd%95%e8%8e%b7%e5%8f%96%e9%9d%9e%e8%a1%8c%e5%86%85%e6%a0%b7%e5%bc%8f%e7%9a%84%e5%85%83%e7%b4%a0%e8%83%8c%e6%99%af%e8%89%b2%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1571\/","title":{"rendered":"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6\u975e\u884c\u5185\u6837\u5f0f\u7684\u5143\u7d20\u80cc\u666f\u8272\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173047126873181.jpg\" class=\"aligncenter\" title=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6\u975e\u884c\u5185\u6837\u5f0f\u7684\u5143\u7d20\u80cc\u666f\u8272\uff1f\u63d2\u56fe\" alt=\"\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6\u975e\u884c\u5185\u6837\u5f0f\u7684\u5143\u7d20\u80cc\u666f\u8272\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u89e3\u8bfb\u5c0f\u7a0b\u5e8f\u64cd\u4f5c dom \u6837\u5f0f<\/strong><\/p>\n<p><strong>\u95ee\u9898\u63cf\u8ff0<\/strong><\/p>\n<p>\u60f3\u83b7\u53d6\u5143\u7d20\u7684 class \u5c5e\u6027\u4e2d\u8bbe\u7f6e\u7684\u80cc\u666f\u8272\uff0c\u4f46\u975e\u884c\u5185\u6837\u5f0f\u3002<\/p>\n<p><strong>\u89e3\u7b54<\/strong><\/p>\n<p>\u6839\u636e\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\uff0c\u83b7\u53d6 DOM \u5c5e\u6027\u901a\u5e38\u662f\u4e0d\u53ef\u884c\u7684\u3002\u7136\u800c\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u4ee5\u4e0b\u65b9\u6cd5\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528 querySelector* \u6216 getElement* \u83b7\u53d6 DOM \u5143\u7d20\uff0c\u4f46\u6210\u529f\u4e0e\u5426\u5c1a\u4e0d\u786e\u5b9a\u3002<\/li>\n<li>\u8f6c\u6362\u601d\u8def\uff0c\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u4e0e\u5c5e\u6027\/\u72b6\u6001\u4e00\u8d77\u7ba1\u7406\uff0c\u4ee5\u4fbf\u5728\u4f7f\u7528\u65f6\u66f4\u52a0\u4fbf\u6377\u3002<\/li>\n<\/ul>\n<p><strong>\u5b9e\u9645\u4ee3\u7801\u793a\u4f8b<\/strong><\/p>\n<pre>export const orderProcess = {\n  default: { label: '\u9ed8\u8ba4', color: \"#848484\", key: 0 },\n  pre: { label: '\u6c9f\u901a\u4e2d', color: \"#ffd36e\", key: 1 },\n  ...\n  finish: { label: '\u8ba2\u5355\u5b8c\u6210', color: \"#87d068\", key: 8 },\n  cancel: { label: '\u4f5c\u5e9f', color: \"#dedede\", key: -1 },\n};\n\n\/\/ \u8ba2\u5355\u72b6\u6001\u96c6\u5408\nexport const orderProcessList = Object.values(orderProcess);\n\n\/\/ \u83b7\u53d6\u8ba2\u5355\u72b6\u6001\nexport const getOrderProcess = function (key) {\n  const finder = orderProcessList.find((item) =&gt; item.key === Number(key));\n  return finder || ErrorData;\n};<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5728\u8fd9\u79cd\u65b9\u6cd5\u4e2d\uff0c\u8ba2\u5355\u72b6\u6001\u7684\u8272\u503c\u4e0e\u72b6\u6001\u4e00\u8d77\u7ba1\u7406\uff0c\u4fbf\u4e8e\u83b7\u53d6\u548c\u4f7f\u7528\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5c0f\u7a0b\u5e8f\u5982\u4f55\u83b7\u53d6\u975e\u884c\u5185\u6837\u5f0f\u7684\u5143\u7d20\u80cc\u666f\u8272\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u89e3\u8bfb\u5c0f\u7a0b\u5e8f\u64cd\u4f5c dom \u6837\u5f0f \u95ee\u9898\u63cf\u8ff0 \u60f3\u83b7\u53d6\u5143\u7d20\u7684 class \u5c5e\u6027\u4e2d\u8bbe\u7f6e\u7684\u80cc\u666f\u8272\uff0c\u4f46\u975e\u884c\u5185\u6837\u5f0f\u3002 \u89e3\u7b54 \u6839\u636e\u5c0f\u7a0b\u5e8f\u7684\u8bbe\u8ba1\u7406\u5ff5\uff0c\u83b7\u53d6 DOM \u5c5e\u6027\u901a\u5e38\u662f\u4e0d\u53ef\u884c\u7684\u3002\u7136\u800c\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u4ee5\u4e0b\u65b9\u6cd5\uff1a \u4f7f\u7528 querySelector* \u6216 getElement* \u83b7\u53d6 DOM \u5143\u7d20\uff0c\u4f46\u6210\u529f\u4e0e\u5426\u5c1a\u4e0d\u786e\u5b9a\u3002 \u8f6c\u6362\u601d\u8def\uff0c\u5c06\u9700\u8981\u64cd\u4f5c\u7684\u989c\u8272\u503c\u4e0e\u5c5e\u6027\/\u72b6\u6001\u4e00\u8d77\u7ba1\u7406\uff0c\u4ee5\u4fbf\u5728\u4f7f\u7528\u65f6\u66f4\u52a0\u4fbf\u6377\u3002 \u5b9e\u9645\u4ee3\u7801\u793a\u4f8b export const orderProcess = { default: { label: &#8216;\u9ed8\u8ba4&#8217;, color: &#8220;#848484&#8221;, key: 0 }, pre: { label: &#8216;\u6c9f\u901a\u4e2d&#8217;, color: &#8220;#ffd36e&#8221;, key: 1 }, &#8230; finish: { label: &#8216;\u8ba2\u5355\u5b8c\u6210&#8217;, color: &#8220;#87d068&#8221;, key: 8 }, cancel: { [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1571","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1571"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1571\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}